h1{
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: blue;
}
p{
    text-align: left;
    font-size: 25px;
    color: rgb(81, 252, 14);
    font-weight: 400;
}